*** empty log message ***
authorMartin Stjernholm <mast@lysator.liu.se>
Tue, 20 Aug 2002 21:59:10 +0000 (21:59 +0000)
committerMartin Stjernholm <mast@lysator.liu.se>
Tue, 20 Aug 2002 21:59:10 +0000 (21:59 +0000)
lisp/ChangeLog

index 0309ba8449fe82724b1075c8d07af2dba31c0cf2..aa13a0deae2bf512f83986482da7ea2109ef9cac 100644 (file)
@@ -1,3 +1,13 @@
+2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
+       that could cause an infinite loop if something that looks like
+       a macro begins in the middle of a line.
+
+       * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
+       could cause `c-state-cache' to contain two conses in sequence
+       when there's an unbalanced open paren in a macro.
+
 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * progmodes/fortran.el (fortran-current-defun): Use save-excursion.